home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ROM Magic
/
ROM Magic.iso
/
pc
/
01_kinb
/
k_main
/
00040_Script_40
< prev
next >
Wrap
Text File
|
1994-10-06
|
257b
|
17 lines
on startMovie
sound playFile 1, "K_Sound"
cursor -1
end startMovie
on stepMovie
when timeOut then nothing
if not soundBusy (1) then
sound playFile 1, "K_Sound"
end if
end stepMovie
on stopMovie
sound stop 1
end stopMovie